3.1.4 \(\int x \sinh ^{-1}(a x) \, dx\) [4]

Optimal. Leaf size=44 \[ -\frac {x \sqrt {1+a^2 x^2}}{4 a}+\frac {\sinh ^{-1}(a x)}{4 a^2}+\frac {1}{2} x^2 \sinh ^{-1}(a x) \]

[Out]

1/4*arcsinh(a*x)/a^2+1/2*x^2*arcsinh(a*x)-1/4*x*(a^2*x^2+1)^(1/2)/a

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {5776, 327, 221} \begin {gather*} -\frac {x \sqrt {a^2 x^2+1}}{4 a}+\frac {\sinh ^{-1}(a x)}{4 a^2}+\frac {1}{2} x^2 \sinh ^{-1}(a x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x*ArcSinh[a*x],x]

[Out]

-1/4*(x*Sqrt[1 + a^2*x^2])/a + ArcSinh[a*x]/(4*a^2) + (x^2*ArcSinh[a*x])/2

Rule 221

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[Rt[b, 2]*(x/Sqrt[a])]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rule 327

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[c^(n - 1)*(c*x)^(m - n + 1)*((a + b*x^n
)^(p + 1)/(b*(m + n*p + 1))), x] - Dist[a*c^n*((m - n + 1)/(b*(m + n*p + 1))), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 5776

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*ArcS
inh[c*x])^n/(d*(m + 1))), x] - Dist[b*c*(n/(d*(m + 1))), Int[(d*x)^(m + 1)*((a + b*ArcSinh[c*x])^(n - 1)/Sqrt[
1 + c^2*x^2]), x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int x \sinh ^{-1}(a x) \, dx &=\frac {1}{2} x^2 \sinh ^{-1}(a x)-\frac {1}{2} a \int \frac {x^2}{\sqrt {1+a^2 x^2}} \, dx\\ &=-\frac {x \sqrt {1+a^2 x^2}}{4 a}+\frac {1}{2} x^2 \sinh ^{-1}(a x)+\frac {\int \frac {1}{\sqrt {1+a^2 x^2}} \, dx}{4 a}\\ &=-\frac {x \sqrt {1+a^2 x^2}}{4 a}+\frac {\sinh ^{-1}(a x)}{4 a^2}+\frac {1}{2} x^2 \sinh ^{-1}(a x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 40, normalized size = 0.91 \begin {gather*} \frac {-a x \sqrt {1+a^2 x^2}+\left (1+2 a^2 x^2\right ) \sinh ^{-1}(a x)}{4 a^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x*ArcSinh[a*x],x]

[Out]

(-(a*x*Sqrt[1 + a^2*x^2]) + (1 + 2*a^2*x^2)*ArcSinh[a*x])/(4*a^2)

________________________________________________________________________________________

Maple [A]
time = 0.19, size = 39, normalized size = 0.89

method result size
derivativedivides \(\frac {\frac {a^{2} x^{2} \arcsinh \left (a x \right )}{2}-\frac {a x \sqrt {a^{2} x^{2}+1}}{4}+\frac {\arcsinh \left (a x \right )}{4}}{a^{2}}\) \(39\)
default \(\frac {\frac {a^{2} x^{2} \arcsinh \left (a x \right )}{2}-\frac {a x \sqrt {a^{2} x^{2}+1}}{4}+\frac {\arcsinh \left (a x \right )}{4}}{a^{2}}\) \(39\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*arcsinh(a*x),x,method=_RETURNVERBOSE)

[Out]

1/a^2*(1/2*a^2*x^2*arcsinh(a*x)-1/4*a*x*(a^2*x^2+1)^(1/2)+1/4*arcsinh(a*x))

________________________________________________________________________________________

Maxima [A]
time = 0.25, size = 39, normalized size = 0.89 \begin {gather*} \frac {1}{2} \, x^{2} \operatorname {arsinh}\left (a x\right ) - \frac {1}{4} \, a {\left (\frac {\sqrt {a^{2} x^{2} + 1} x}{a^{2}} - \frac {\operatorname {arsinh}\left (a x\right )}{a^{3}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arcsinh(a*x),x, algorithm="maxima")

[Out]

1/2*x^2*arcsinh(a*x) - 1/4*a*(sqrt(a^2*x^2 + 1)*x/a^2 - arcsinh(a*x)/a^3)

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 48, normalized size = 1.09 \begin {gather*} -\frac {\sqrt {a^{2} x^{2} + 1} a x - {\left (2 \, a^{2} x^{2} + 1\right )} \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )}{4 \, a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arcsinh(a*x),x, algorithm="fricas")

[Out]

-1/4*(sqrt(a^2*x^2 + 1)*a*x - (2*a^2*x^2 + 1)*log(a*x + sqrt(a^2*x^2 + 1)))/a^2

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 37, normalized size = 0.84 \begin {gather*} \begin {cases} \frac {x^{2} \operatorname {asinh}{\left (a x \right )}}{2} - \frac {x \sqrt {a^{2} x^{2} + 1}}{4 a} + \frac {\operatorname {asinh}{\left (a x \right )}}{4 a^{2}} & \text {for}\: a \neq 0 \\0 & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*asinh(a*x),x)

[Out]

Piecewise((x**2*asinh(a*x)/2 - x*sqrt(a**2*x**2 + 1)/(4*a) + asinh(a*x)/(4*a**2), Ne(a, 0)), (0, True))

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 68, normalized size = 1.55 \begin {gather*} \frac {1}{2} \, x^{2} \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right ) - \frac {1}{4} \, a {\left (\frac {\sqrt {a^{2} x^{2} + 1} x}{a^{2}} + \frac {\log \left (-x {\left | a \right |} + \sqrt {a^{2} x^{2} + 1}\right )}{a^{2} {\left | a \right |}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arcsinh(a*x),x, algorithm="giac")

[Out]

1/2*x^2*log(a*x + sqrt(a^2*x^2 + 1)) - 1/4*a*(sqrt(a^2*x^2 + 1)*x/a^2 + log(-x*abs(a) + sqrt(a^2*x^2 + 1))/(a^
2*abs(a)))

________________________________________________________________________________________

Mupad [B]
time = 1.65, size = 36, normalized size = 0.82 \begin {gather*} x\,\mathrm {asinh}\left (a\,x\right )\,\left (\frac {x}{2}+\frac {1}{4\,a^2\,x}\right )-\frac {x\,\sqrt {a^2\,x^2+1}}{4\,a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*asinh(a*x),x)

[Out]

x*asinh(a*x)*(x/2 + 1/(4*a^2*x)) - (x*(a^2*x^2 + 1)^(1/2))/(4*a)

________________________________________________________________________________________